home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / オンラインソフト / オンラインソフト⁄毎号掲載 / 音楽,音声処理 / MIDIGraphy folder / MGPC folder / profile sources / Universal.s < prev    next >
Text File  |  1996-10-14  |  665b  |  16 lines

  1. //
  2. // MG Profile Compiler sample source file
  3. // Copyright (c) 1995-96 TONTATA. 
  4. //
  5.  
  6. FILE($PROFFOLDER$ "Universal Profile"){
  7.     /*************************************** deffinition of 'vers' */
  8.     #include    "version.s"
  9.     /*************************************** deffinition of 'Exdf' */
  10.     Exdf("_Univ. non-realtime message")    =($SRCFOLDER$ "ExdfRsrc","_Univ. non-realtime message");
  11.     Exdf("_Univ. realtime message")        =($SRCFOLDER$ "ExdfRsrc","_Univ. realtime message");
  12.     /*************************************** deffinition of 'Midi' */
  13.     /*************************************** deffinition of 'PNam' */
  14.     /*************************************** deffinition of 'NNam' */
  15. };
  16.